home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
wais
/
ir
/
logfile.c
< prev
next >
Wrap
C/C++ Source or Header
|
1995-05-09
|
343b
|
16 lines
/*
* logfile.c
* - simple dummy definition of symbol 'logfile', since libwais.a
* expects it but doesn't provide it.
*
* Roll this file into libwais.a when linking the WAIS libs into
* programs that don't provide 'logfile' (like NCSA Mosaic).
*
* Created 15-Mar-1995 kamalm@sco.com.
*/
#include <stdio.h>
FILE *logfile=stderr;